home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 32 / CD Expert nº 32.iso / Emergency / emergyus.exe / BC5 / EXAMPLES / SERIES / WRITEPAD / readme.txt
Text File  |  1997-03-25  |  1KB  |  32 lines

  1. WRITEPAD - Based on BarMDI
  2.  
  3. THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  4. ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  5. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  6. PARTICULAR PURPOSE.
  7.  
  8. Copyright (C) 1993-1995  Microsoft Corporation.  All Rights Reserved.
  9.  
  10.  
  11. PURPOSE:
  12.     Show a basic editor MDI application using the RTF edit control.
  13.     Also uses a tool bar and status bar.
  14.  
  15. USES:
  16.     Based on MultiPad
  17.  
  18. COMMENTS:
  19.  
  20. MODULE MAP:
  21.     Dispatch- Message dispatching routines
  22.     WinMain - Calls initialization functions and processes the message loop
  23.     BarMDI  - Implements the windows procedure for the main application window
  24.     Init    - Performs application and instance specific initialization
  25.     About   - Defines a standard about dialog box.
  26.     Misc    - Defines the applications specific commands not related to
  27.                 a specific module.
  28.     MDIChild- Creates the MDI client window and the MDI Children.  Also it 
  29.                 contains the window procedure for the MDI children
  30.     ToolBar - Creates the toolbar and processes ToolTips notifications.
  31.     StatBar - Creates and manages the status bar.
  32.